ChatGPT pluginsの開発
from ChatGPT plugins
ChatGPT pluginsの開発
https://tech-blog.tabelog.com/entry/first-challenge-tabelog-chatgpt-plugin-devleopment
https://yusukebe.com/posts/2023/blogging-chatgpt-plugin/
Third-party plugins
誰でもpluginを作れる
For those who aren't aware: you write an OpenAPI manifest for your API, use human language descriptions for everything, and that's it. You let the model figure out how to auth, chain calls, process data in between, format it for viewing, etc. There's absolutely zero glue code. ref
ChatGPTにやりたいことを言えば作ってくれるらしい